testing.chattyFlag.on (field)

9 uses

	testing (current package)
		example.go#L86: 	} else if chatty.on {
		example.go#L90: 	if chatty.on && chatty.json {
		run_example.go#L22: 	if chatty.on {
		testing.go#L520: 	on   bool // -v is set in some form
		testing.go#L531: 		f.on = true
		testing.go#L534: 		f.on = false
		testing.go#L544: 	if f.on {
		testing.go#L554: 	return f.on
		testing.go#L715: 	return chatty.on